-- background: 28264 from stack: in -- bmap block id: 43316 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on openBackground push recent card end openBackground -- part 1 (field) -- low flags: 01 -- high flags: 4000 -- rect: left=30 top=97 right=156 bottom=248 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 14 -- style flags: 0 -- line height: 18 -- part name: -- part 3 (field) -- low flags: 01 -- high flags: 4000 -- rect: left=32 top=187 right=236 bottom=349 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 2 -- text size: 18 -- style flags: 0 -- line height: 24 -- part name: -- part 4 (field) -- low flags: 01 -- high flags: 4000 -- rect: left=270 top=59 right=116 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 14 -- style flags: 0 -- line height: 18 -- part name: Etiket -- part 10 (field) -- low flags: 01 -- high flags: 4000 -- rect: left=78 top=267 right=314 bottom=444 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 2 -- text size: 18 -- style flags: 0 -- line height: 24 -- part name: -- part 12 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=421 top=317 right=342 bottom=448 -- title width / last selected line: 0 -- icon id / first selected line: 15420 / 15420 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp visual effect wipe right go to previous card end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=447 top=317 right=342 bottom=472 -- title width / last selected line: 0 -- icon id / first selected line: 16560 / 16560 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp visual effect wipe left go to next card end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: 6005 -- rect: left=268 top=118 right=134 bottom=284 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 17 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=268 top=130 right=146 bottom=284 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 19 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=268 top=143 right=159 bottom=284 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 20 (button) -- low flags: 00 -- high flags: 0004 -- rect: left=444 top=189 right=230 bottom=490 -- title width / last selected line: 0 -- icon id / first selected line: 20186 / 20186 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp if the name of this stack contains "Baggrundsideer" then show card field 1 -- explain why not sort here else answer "Sortér alle kortene i denne stak efter:" with "Dato" or "Navn" or "Annuler" if it is "Dato" then sort dateTime by field "Etiket" else if it is "Navn" then sort by first word of third line of field "Etiket" end if end mouseUp -- part 21 (button) -- low flags: 00 -- high flags: 0004 -- rect: left=393 top=189 right=230 bottom=437 -- title width / last selected line: 0 -- icon id / first selected line: 32670 / 32670 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp show all cards end mouseUp -- part 23 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=471 top=319 right=342 bottom=504 -- title width / last selected line: 0 -- icon id / first selected line: 6720 / 6720 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual effect iris close pop card end mouseUp -- part 24 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=391 top=324 right=340 bottom=419 -- title width / last selected line: 0 -- icon id / first selected line: 20689 / 20689 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual effect iris open go Home end mouseUp